image

Purpose

An image component is used to display an image at the browser. There are two ways to assign an image to an image component. First, you could use the src property to specify a URI where the image is located. This approach is similar to what HTML supports. It is usefulif you want to display a static image, or any image that can be identified by URL.

Examples

<z:image src="/img/computer.png"/>

Description

Attributes

ZK Official Reference

Component Reference

Show image Component Reference

Java API

Show image Java API